From 8199d094ef2d71224967e31e286169d188a775c1 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 21 Jun 2010 23:09:51 +0530 Subject: [PATCH] Change Makefile rule to avoid warning --- docs/graphics/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics/Makefile.am b/docs/graphics/Makefile.am index b72c9b0..746b0ce 100644 --- a/docs/graphics/Makefile.am +++ b/docs/graphics/Makefile.am @@ -31,7 +31,7 @@ RSVG_CMD = echo -n " SVG: $@" ;\ if HAVE_RSVG dist-check-rsvg: -%.png: %.svg +.svg.png: $(RSVG_CMD) #-e $@ $< 2>/dev/null -- 2.30.2